home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / dejagnu.lha / dejagnu-1.0.1 / config / mh-solaris < prev    next >
Text File  |  1993-03-29  |  485b  |  18 lines

  1. # Makefile changes for Suns running Solaris 2
  2.  
  3. SYSV = -DSYSV
  4. RANLIB = true
  5. INSTALL = cp
  6. CFLAGS = -g 
  7. # if you're using Sun's C compiler, add -xs to the CFLAGS line
  8.  
  9. # this is for Emacs, since Sun's ANSI mode preprocessor does some
  10. # very wierd things to the input stream, breaking $(FOO) into
  11. # $ ( FOO ), which breaks the ymakefile system that Emacs uses
  12. CC = cc -Xs
  13.  
  14. # X11 
  15. OPENWINHOME = /usr/openwin
  16. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  17. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  18.